*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:38:32 +0000 (05:38 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 12 Nov 2006 05:38:32 +0000 (05:38 +0000)
lisp/ChangeLog
src/ChangeLog

index 4a0ff72903107c7e52dab4ded15c5a01f851835f..562de42b8d0265be5d9e36a47c090a2f61b54fdb 100644 (file)
@@ -1,3 +1,11 @@
+2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * emacs-lisp/re-builder.el (reb-mode): Set `blink-matching-paren' to
+       nil in the *RE-Builder* buffer (it causes spurious error messages).
+
+       * server.el (server-visit-files): If `minibuffer-auto-raise' has
+       been set to t, respect it.
+
 2006-11-11  Stephen Leake  <stephen_leake@stephe-leake.org>
 
        * progmodes/ada-mode.el: Delete `eval-and-compile' around `require'.
index fc53a6a6eeb1c9b076a1a0bca3d1b08c075f9fa0..0af2c11c6c56d04c91d13f8ffe722fde82b80287 100644 (file)
@@ -1,3 +1,12 @@
+2006-11-12  Juanma Barranquero  <lekktu@gmail.com>
+
+       * category.c (Fchar_category_set): Improve arg/docstring consistency.
+
+       * data.c (Flogxor):
+       * fns.c (Frandom, Flength, Fsafe_length, Fstring_bytes)
+       (Fstring_equal, Fcompare_strings, Fstring_lessp, Fcopy_sequence)
+       (Fstring_make_unibyte): Fix typos in docstrings.
+
 2006-11-10  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * xterm.h (struct x_display_info): Fix indentation.